home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / hello_kitty.swf / scripts / DefineSprite_314 / frame_1 / PlaceObject2_313_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-13  |  162b  |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this._y < 249)
  3.    {
  4.       this._y = _parent._parent.game.c1Dist / 37 + 22;
  5.    }
  6.    else
  7.    {
  8.       this._y = 249;
  9.    }
  10. }
  11.